google.golang.org/grpc.dialOptions.returnLastError (field)

4 uses

	google.golang.org/grpc (current package)
		clientconn.go#L228: 			case err == nil || !cc.dopts.returnLastError:
		clientconn.go#L323: 				if err = cc.connectionError(); err != nil && cc.dopts.returnLastError {
		dialoptions.go#L63: 	returnLastError             bool
		dialoptions.go#L305: 		o.returnLastError = true